home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / psion / envvars < prev    next >
Text File  |  1995-03-31  |  838b  |  27 lines

  1. PSIONICS FILE - ENVVARS
  2. =======================
  3. Environment variables
  4. Last modified 1994-03-28
  5. ========================
  6.  
  7. The following environment variables are known:
  8.  
  9. "P$D": printer device: 1 byte:
  10.   Offset  0 (byte):
  11.     48 = print device is a parallel port
  12.     49 = print device is a serial port
  13.     50 = print device is a file
  14.  
  15. "P$S": serial port setup: 12 bytes:
  16.   @Unknown, but includes fields called tbaud, rbaud, frame, parity, hand, xoff,
  17.   xon, flags, tmask@
  18.  
  19. "P$F": print to file name: up to 128 bytes:
  20.   Offset  0 (cstr): last file used for printing to file
  21.  
  22. "P$M": printer driver: up to 129 bytes:
  23.   Offset  0 (byte): printer driver model number
  24.   Offset  1 (cstr): printer driver library
  25. A printer driver library can support several similar printers; the model number
  26. specifies which is selected.
  27.